From e966a12fb29d797683546c22232236c537c24328 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 3 Feb 2014 21:03:37 -0500 Subject: [PATCH] Fix docs build --- gtk/gtkfilechooserdialog.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c index b74d50f1c9..c52bc96141 100644 --- a/gtk/gtkfilechooserdialog.c +++ b/gtk/gtkfilechooserdialog.c @@ -115,6 +115,7 @@ * * * There are various cases in which you may need to use a #GtkFileChooserDialog: + * * * - To select a file for opening. Use #GTK_FILE_CHOOSER_ACTION_OPEN. * @@ -136,7 +137,6 @@ * when it is appropriate to use gtk_file_chooser_set_filename(), * i.e. when you are doing a Save As command and you already * have a file saved somewhere. - * * ## Response Codes * @@ -163,13 +163,12 @@ * boxes you can use your own custom response codes rather than the * ones in #GtkResponseType, but #GtkFileChooserDialog assumes that * its "accept"-type action, e.g. an "Open" or "Save" button, - * will have one of the following response - * codes: + * will have one of the following response codes: + * * - #GTK_RESPONSE_ACCEPT * - #GTK_RESPONSE_OK * - #GTK_RESPONSE_YES * - #GTK_RESPONSE_APPLY - * * * This is because #GtkFileChooserDialog must intercept responses * and switch to folders if appropriate, rather than letting the -- 2.30.2